UStringBuffer< maxSize > Class Template Reference

UTF-16 string with fixed buffer size. More...

#include <ustring.h>

Inheritance diagram for UStringBuffer< maxSize >:
Inheritance graph
[legend]

Public Member Functions

 UStringBuffer ()
 UStringBuffer (const char16 *src, int32 srcSize=-1)
 Construct from UTF-16 string.
 UStringBuffer (const char *src, int32 srcSize=-1)
 Construct from ASCII string.

Protected Attributes

char16 data [maxSize]

Detailed Description

template<int32 maxSize>
class Steinberg::UStringBuffer< maxSize >

UTF-16 string with fixed buffer size.


Constructor & Destructor Documentation

UStringBuffer (  )  [inline]
UStringBuffer ( const char16 src,
int32  srcSize = -1 
) [inline]

Construct from UTF-16 string.

UStringBuffer ( const char src,
int32  srcSize = -1 
) [inline]

Construct from ASCII string.


Field Documentation

char16 data[maxSize] [protected]
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.